object ReplyDlg: TReplyDlg Left = 218 Top = 167 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Reply' ClientHeight = 112 ClientWidth = 296 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 9 Width = 198 Height = 72 Caption = 'Reply To:' TabOrder = 0 object SenderBut: TRadioButton Left = 8 Top = 20 Width = 113 Height = 17 Caption = '&Sender' Checked = True TabOrder = 0 TabStop = True end object AllBut: TRadioButton Left = 8 Top = 41 Width = 113 Height = 17 Caption = '&All Addressees' TabOrder = 1 end end object BitBtn1: TBitBtn Left = 215 Top = 14 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 216 Top = 56 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end object RetainFiles: TCheckBox Left = 8 Top = 88 Width = 145 Height = 17 Caption = 'Retain Attached Files' TabOrder = 3 end end